home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Voice Net VRS / evalvn98.exe / _SETUP.1 / VoiceNet.exe / 0 / RCDATA / TVRABOUT / TVRABOUT.txt < prev   
Encoding:
Text File  |  1999-04-26  |  1.7 KB  |  86 lines

  1. object VRAbout: TVRAbout
  2.   Left = 198
  3.   Top = 220
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 105
  8.   ClientWidth = 324
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 56
  21.     Top = 32
  22.     Width = 142
  23.     Height = 15
  24.     Caption = 'Voice Recognition Control'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -12
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     Transparent = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 56
  35.     Top = 8
  36.     Width = 219
  37.     Height = 23
  38.     Caption = 'Grover Industries, Inc.'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -16
  42.     Font.Name = 'Arial Black'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Image1: TImage
  48.     Left = 8
  49.     Top = 16
  50.     Width = 33
  51.     Height = 33
  52.     Picture.Data = {<image001.ico>}
  53.   end
  54.   object Label3: TLabel
  55.     Left = 56
  56.     Top = 48
  57.     Width = 186
  58.     Height = 13
  59.     Caption = 'Copyright 1996..99 by Grover Industries'
  60.     Transparent = True
  61.   end
  62.   object Label4: TLabel
  63.     Left = 246
  64.     Top = 0
  65.     Width = 68
  66.     Height = 14
  67.     Caption = 'Version  3.0.0'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'Arial'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     Transparent = True
  75.   end
  76.   object Button1: TButton
  77.     Left = 127
  78.     Top = 72
  79.     Width = 70
  80.     Height = 23
  81.     Caption = 'OK'
  82.     TabOrder = 0
  83.     OnClick = Button1Click
  84.   end
  85. end
  86.